home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_UMINNgopher.idb / usr / freeware / src / gopher_1.12 / gopher / pathc.z / pathc
Text File  |  1997-09-09  |  2KB  |  71 lines

  1. *** 1.8    1993/01/09 02:33:46
  2. --- gopher.c    1993/01/13 04:20:20
  3. ***************
  4. *** 1,7 ****
  5.   /********************************************************************
  6.    * $Author: drich $
  7. !  * $Revision: 1.1 $
  8. !  * $Date: 1995/10/03 04:08:15 $
  9.    * $Source: /proj/freeware1.0/gopher1.12/src/gopher/RCS/pathc,v $
  10.    * $State: Exp $
  11.    *
  12. --- 1,7 ----
  13.   /********************************************************************
  14.    * $Author: drich $
  15. !  * $Revision: 1.1 $
  16. !  * $Date: 1995/10/03 04:08:15 $
  17.    * $Source: /proj/freeware1.0/gopher1.12/src/gopher/RCS/pathc,v $
  18.    * $State: Exp $
  19.    *
  20. ***************
  21. *** 15,20 ****
  22. --- 15,31 ----
  23.    *********************************************************************
  24.    * Revision History:
  25.    * $Log: pathc,v $
  26. # Revision 1.1  1995/10/03  04:08:15  drich
  27. # gopher 1.2 check-in
  28. #
  29. +  * Revision 1.11  1993/01/12  22:38:56  lindner
  30. +  * Rescinded changes for sound on VMS, it doesn't work!
  31. +  *
  32. +  * Revision 1.10  1993/01/12  21:42:14  lindner
  33. +  * Fixed problem with viewing files in secure mode.
  34. +  * Fixed problems with suck_sound in VMS.
  35. +  * Fixed problems with \n on the system command in VMS
  36. +  *
  37. +  * Revision 1.9  1993/01/12  17:30:17  lindner
  38. +  * Fixed problem with 's' key for save_file.
  39. +  *
  40.    * Revision 1.8  1993/01/09  02:33:46  lindner
  41.    * Fixed definitions for controlc() and sizechange()
  42.    *
  43. ***************
  44. *** 1311,1320 ****
  45.        case -1:
  46.         break;
  47.   
  48.        case A_GIF:
  49.        case A_IMAGE:
  50.        case A_MIME:
  51. -      case A_FILE:
  52.         if (!SecureMode) {
  53.              Draw_Status("Receiving Information...");
  54.              refresh();
  55. --- 1322,1336 ----
  56.        case -1:
  57.         break;
  58.   
  59. +      case A_FILE:
  60. +       Draw_Status("Receiving Information...");
  61. +       refresh();
  62. +       showfile(ZeGopher);
  63. +       break;
  64.        case A_GIF:
  65.        case A_IMAGE:
  66.        case A_MIME:
  67.         if (!SecureMode) {
  68.              Draw_Status("Receiving Information...");
  69.              refresh();
  70.